#include <stdio.h>
int main ()	
{ 
	printf("Hi!\n\nThis is Farhan\n");
	printf("\nI am still a noob at coding :)\n");
	printf("Sorry :)");
	return 0;
}

